home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Strategy Challenges Collection
/
Strategy Challenges Collection.iso
/
pc
/
demo
/
demodata
/
menu.dxr
/
00112.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-02
|
195 b
|
11 lines
on enterFrame
global UserTimer, UserJump, gLastRoll, gBeenThere, gQuit
if gQuit = 1 then
quit()
end if
set gBeenThere to 0
set gLastRoll to 1
set UserJump to 0
startTimer()
end